home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 1 / Cream of the Crop 1.iso / BBS / TAPEDR42.ARJ / CALL-IT.DOC < prev    next >
Text File  |  1991-06-11  |  893b  |  30 lines

  1.  
  2.                       ┌─────────────┐
  3.                       │   CALL-IT   │
  4.                       └─────────────┘
  5.  
  6.      CALL-IT  will call a batch file from within another and avoid
  7.      a caller braking out of the second batch file and gaining access
  8.      to your BBS (DOS). This would be a bummer!!
  9.  
  10.      To use CALL-IT just enter the full batch file name your calling from
  11.      within The batch after CALL-IT.
  12.  
  13.                   DOOR_E
  14.                   CD\DOOR
  15.                   TAPE41 TAPE41.CFG
  16.                   IF EXIST POST.BAT GOTO DOIT
  17.                   DOIT:
  18.                   CALL-IT POST.BAT   <<-- Must call the Full Bat name
  19.                   DEL POST.BAT
  20.                   CD\BBS
  21.                   GOTO LOOP
  22.                   DOOR_F       
  23.  
  24.  
  25.      This program is free to do with as you wish.
  26.  
  27.                                         Ray Tracey
  28.  
  29.  
  30.